home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / comms / non-internet / samba / docs / smbtar.0 < prev    next >
Text File  |  1996-07-01  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. SMBTAR(1)                     smbtar                    SMBTAR(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        smbtar  -  shell script for backing up SMB shares directly
  9.        to UNIX tape drive
  10.  
  11. SSYYNNOOPPSSIISS
  12.        ssmmbbttaarr --ss _s_e_r_v_e_r [[ --pp _p_a_s_s_w_o_r_d ]] [[ --xx _s_e_r_v_i_c_e ]] [[ --uu  _u_s_e_r
  13.        ]] [[ --tt _t_a_p_e ]] [[ --bb _b_l_o_c_k_s_i_z_e ]] [[ --nn _f_i_l_e_n_a_m_e ]] [[ --ii ]] [[ --rr
  14.        ]] [[ --ll ]]
  15.  
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.        This program is an extension to the Samba suite.
  19.  
  20.        ssmmbbttaarr is a very small shell script on top  of  smbclient,
  21.        which dumps SMB shares directly to tape.
  22.  
  23.  
  24. OOPPTTIIOONNSS
  25.        --ss _s_e_r_v_e_r
  26.           The PC that the share resides upon.
  27.  
  28.        --xx _s_e_r_v_i_c_e
  29.           The  share  name  on  the  PC  to  connect to. Default:
  30.           _b_a_c_k_u_p_.
  31.  
  32.        --pp _p_a_s_s_w_o_r_d
  33.  
  34.           The password to use to access a share. Default: none
  35.  
  36.        --uu _u_s_e_r
  37.           The user id to connect as. Default: UNIX login name.
  38.  
  39.        --tt _t_a_p_e
  40.           Tape device.  May  be  regular  file  or  tape  device.
  41.           Default:  Tape  environmental  variable;  if not set, a
  42.           file called _t_a_r_._o_u_t_.
  43.  
  44.        --bb _b_l_o_c_k_s_i_z_e
  45.           Blocking factor. Defaults  to  20.  See  tar(1)  for  a
  46.           fuller explanation.
  47.  
  48.        --nn _f_i_l_e_n_a_m_e
  49.           Backup  only  files  newer than filename. Could be used
  50.           (for example) on a log file  to  implement  incremental
  51.           backups. This flag should not be used with the -i flag,
  52.           the results may not be sensible.
  53.  
  54.        --ii
  55.           Incremental mode; tar files are only backed up if  they
  56.           have  the  archive  bit  set.  The archive bit is reset
  57.           after each file is read.  This flag should not be  used
  58.           with the -n flag, the results may not be sensible.
  59.  
  60.        --rr
  61.  
  62.  
  63.  
  64. smbtar                      6/10/1994                           1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. SMBTAR(1)                     smbtar                    SMBTAR(1)
  71.  
  72.  
  73.           Restore.  Files  are restored to the share from the tar
  74.           file.
  75.  
  76.        --ll
  77.           Debug level. Corresponds to -d flag on smbclient(1).
  78.  
  79.  
  80. EENNVVIIRROONNMMEENNTT VVAARRIIAABBLLEESS
  81.        The TAPE variable specifies the  default  tape  device  to
  82.        write to. May be overidden with the -t option.
  83.  
  84.  
  85. BBUUGGSS
  86.        The  shell  script  has  only been tested under solaris 2.
  87.        It's not very portable and should probably  be  customized
  88.        to a particular site's setup.
  89.  
  90.  
  91. CCAAVVEEAATTSS
  92.        Sites  that  are  more careful about security may not like
  93.        the way  the  script  handles  PC  passwords.  Backup  and
  94.        restore  work on entire shares, should work on file lists.
  95.  
  96.  
  97. VVEERRSSIIOONN
  98.        This man page is correct for version 1.9.02 of  the  Samba
  99.        suite.
  100.  
  101.  
  102. SSEEEE AALLSSOO
  103.        ssmmbbcclliieenntt (8), ssmmbb..ccoonnff (8)
  104.  
  105. DDIIAAGGNNOOSSTTIICCSS
  106.        See diagnostics for ssmmbbcclliieenntt command.
  107.  
  108.  
  109. CCRREEDDIITTSS
  110.        The  original  Samba  software  and related utilities were
  111.        created by Andrew Tridgell (samba-bugs@anu.edu.au). Andrew
  112.        is also the Keeper of the Source for this project.
  113.  
  114.        Ricky Poulten (poultenr@logica.co.uk) wrote the tar exten-
  115.        sion and this man page.
  116.  
  117.        See ssmmbb..ccoonnff (5) for  a  full  list  of  contributors  and
  118.        details of how to submit bug reports, comments etc.
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. smbtar                      6/10/1994                           2
  131.  
  132.  
  133.